Diagram
Overview
|
|
Name optional xs:string
|
|
X optional xs:int
|
|
Y optional xs:int
|
|
Width optional xs:int
|
|
Height optional xs:int
|
|
All
|
|
Type required xs:string
| |
|
|
Sequence
|
|
Type required xs:string
| | | |
|
|
Sequence
|
|
Type required xs:string
| | | | | |
Attributes
Name | Type | Use | Default | Fixed | Description |
Name | xs:string | optional | | | |
X | xs:int | optional | | | |
Y | xs:int | optional | | | |
Width | xs:int | optional | | | |
Height | xs:int | optional | | | |
Source
<xs:element name="Field" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:all>
<xs:element ref="for:Construction" maxOccurs="1" minOccurs="0" xmlns:for="http://www.Accusoft.com/FormDirector" />
<xs:element ref="for:Operations" maxOccurs="1" minOccurs="0" xmlns:for="http://www.Accusoft.com/FormDirector" />
<xs:element ref="for:OtherDataItems" maxOccurs="1" minOccurs="0" xmlns:for="http://www.Accusoft.com/FormDirector" />
</xs:all>
<xs:attribute name="Name" type="xs:string" />
<xs:attribute name="X" type="xs:int" />
<xs:attribute name="Y" type="xs:int" />
<xs:attribute name="Width" type="xs:int" />
<xs:attribute name="Height" type="xs:int" />
</xs:complexType>
</xs:element>
|
See Also